/**
* CSS
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	line-height: 16px;
	font-family: Times new romans;
	color: #000000;
	background: #F5F5F5;
	text-transform: 
}




body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000; }
/*a:active { text-decoration: none; color: #000000; }*/
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #000000; }

a img { border: none; }

#menu {
	font-family: Times new romans;
    	width: 215px;
    	overflow: auto;
    	top: 0;
    	bottom: 0;
	left: 0;
    	position: fixed;
    	height: 100%;
	background-color: #fff;
	color: #000000;
	padding-left:20px;
	padding-top:0px;
}

#menu ul {

color: #000000;
line-height: 14px;
font-size: 14px; 
	line-height: 22px;
	font-weight: bold;

	color: #fff;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin: 0;
}

#menu ul li.section-title { 
font-family: times new roman;
font-size: 10pt;
color: #fff;
line-height:14px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;

border-bottom-color: #F5F5F5;
border-bottom-style: dotted;
border-bottom-width: 1px;
	font-size:10pt;
	text-decoration:underline;
	margin-top: 10px;
}

#menu ul li
{
	padding:0;
}

#menu ul li.active a
{
	color: #000;
	text-decoration:underline;
}

#content {
color:fff;
    height: 100%;
    margin: 220px 0 0 215px;
	padding-left: 125px;
}

.container {
    padding: 5px 5px 25px 5px;
}





#content p { width: 700px; margin-bottom: 10px;

line-height: 13pt;
margin-left: 20px;
margin-top: 0px;
font-size: 10,0pt;
color: #000;
font-family: Times new romans;
font-weight: regular;

 }

p {
font-family: Times new romans;
    margin: 0 0 9px 0;
font-size: 12pt;
}

h1 { font-size: 48px; color: #fff;}
h2 
{ 
	font-size: 40px; 
	line-height: 30px;
	font-weight:
	letter-spacing: -0.06em;
	color: #000;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; float: left;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#content img, #content .text 
{
	float: left;
}

.breaker
{
	margin-top: 490px;
	width: 100%;
	clear: both;
}